Anyline Tire Sidewall Scanner
Entry point for the Tire Sidewall Scanner.
Launches a guided, full-screen camera that captures a tire sidewall automatically once it is correctly framed, uploads it to the Anyline Cloud API, and returns the reading together with the captured image as a TswScanResult.
Functions
Link copied to clipboard
Launches a sidewall scan with the default TswScannerConfig.
fun scan(from: UIViewController, clientId: String, config: TswScannerConfig = TswScannerConfig(), onResult: (TswScanResult) -> Unit)
Launches a sidewall scan.